Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / FieldCollection<T> Class / OnValidate Method
The object to validate.


In This Topic
OnValidate Method (FieldCollection<T>)
In This Topic
Performs additional custom processes when validating a value.
Syntax
'Declaration
 
Protected Overrides Sub OnValidate( _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As FieldCollection(Of T)
Dim value As Object
 
instance.OnValidate(value)

Parameters

value
The object to validate.
See Also